home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk118 / cosmicquest / makefile < prev    next >
Makefile  |  1995-03-19  |  734b  |  16 lines

  1. CFLAGS= -E500 +c +C -B
  2. cosmic:                 conquest.o main.o rev.o makefile
  3.         increv
  4.         ln main.o conquest.o rev.o +Cd -lcl -O cosmic
  5. conquest.o:             conquest.c defs.h romulan.c klingon.c berserker.c alien.c ships.h makefile
  6. main.o:                 main.c human.c debug.c defs.h makefile
  7. zoo:     
  8.         zoo aunPP ARC:cosmic.zoo *.c *.h *.info cosmic.doc makefile rev.o
  9.         delete ARC:cosmic.bak
  10. dist:
  11.         zoo aunPP ARC:cosmic-dist.zoo main.c human.c conquest.c romulan.c klingon.c berserker.c alien.c *.h *.info cosmic.doc makefile games/ cosmic rev.o C:increv
  12.         delete ARC:cosmic-dist.bak
  13. all:                    cosmic cosmic.zoo cosmic-dist.zoo
  14. run:                    cosmic
  15.         cosmic
  16.